OLEContainer.EventTriggered Event

Occurs when the ActiveX control receives an event from the user. The event name is passed as the first parameter specifying which event occurred.

Syntax

result = EventTriggered( NameOfEvent, Parameters() )


Parameters

NameOfEvent

String

Parameters()

array of Variant

Return Value

Result

Variant


Notes

The second parameter contains the parameters for this event, passed in as an array of variants. The user should check the Ubound of the parameters list.